home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / music / clips.lha / Readme.doc < prev   
Text File  |  1996-01-28  |  2KB  |  59 lines

  1.                          Clips  -  CLI PlaySID
  2.  
  3.   Clips is a quick util I wrote for playing PlaySID 3.0 songfiles from a
  4.   shell or similar.
  5.  
  6.   It requires the `playsid.library' for the play routine.  It also uses
  7.   `xpkmaster.library' for loading the files.  This allows you to crunch
  8.   your songfiles.
  9.  
  10.           -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  11. Usage:
  12.  
  13. Clips <song>
  14.   This will play the selected file.  There is no reporting of errors if
  15.   something goes wrong.  If the file is not a valid songfile, Clips will
  16.   simply exit out.
  17.  
  18.   Clips does not detach from the CLI, so if you want to change things,
  19.   you will either need to runback it, or use a different shell.
  20.  
  21.   If you launch Clips with a valid songfile while one is playing, the
  22.   original will stop, and the new one will start playing.  This can be
  23.   quite useful for use with something like DirectoryOpus.
  24.  
  25.   You can abort Clips at anytime with CTRL-C.
  26.  
  27.                                -=-=-=-=-
  28.  
  29. Clips CHANGE      - `reqtools.library' is required for this function
  30.  
  31.   This will bring up a ReqTools number requester.  It will show you what
  32.   range of sub-songs are available.  Simply type the number of the
  33.   sub-song you wish to listen to.
  34.  
  35.   If there is only one song in the file, then the song will simply be
  36.   restarted if you use this option.  No requester will appear.
  37.  
  38.                                -=-=-=-=-
  39.  
  40. Clips STOP
  41.  
  42.   This simply stops the currently playing song, and causes the orignal
  43.   Clips to exit.
  44.  
  45.           -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  46. Contact:
  47.  
  48.   If you have any problems, or questions, feel free to email me at
  49.   dave@eclipsnz.manawatu.gen.nz
  50.  
  51.           -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
  52. Note:
  53.  
  54.   Clips is Public Domain.  Do want you want with it.  I take no
  55.   responsibility for what happens.  If you change the source, and
  56.   re-release it, please remove my name from the distribution.
  57.  
  58.   It's probably very dangerously coded, but I haven't had it crash yet.
  59.